Posts tagged #clean code

Why tuples in C# are not always a code smell

Why tuples in C# are not always a code smell

Today's article will focus on tuples and show examples of tuples in C# being a code smell. But also, I want to point out when tuples can actually help you make your code more readable and cleaner. The trick is not to mistake tuples for the hammer for every screw out there. Let me show you how.

Read more →
Get started with NDepend: Uncle Bob and the Zone of Pain

Get started with NDepend: Uncle Bob and the Zone of Pain

In this article, I want to show you how to get started with NDepend and use its features. Over what might be a series of several articles, we will explore how to set up the project/the solution and gain knowledge about the various types of reports tools like NDepend can generate for you and how you can benefit from them.

Read more →